Transformer

interface Transformer<T, R>

Functional interface to transform expected types.

Functions

invoke
Link copied to clipboard
abstract fun invoke(input: T): R
Function that transform expected.